home *** CD-ROM | disk | FTP | other *** search
- ;This is an Example of a script file. The script file Record format is:
- ;Filename.FIG/Duration/Background_color/Palette
- ; (Req.) (Opt.) (Opt.) (Opt.)
- ; Filename = The name of the figure file to run.
- ; Duration = Number of seconds to run the figure. If this is not specified the
- ; default is 60 seconds.
- ; Background_color = Is the backgroung color number to use. If this is not
- ; specified KALED will use the bkground stored in the
- ; figure file. There are 16 colors: 0=Black, 1=Blue,
- ; 2=Green, 3=Cyan, 4=Red, 5=Magenta, 6=Brown, 7=White,
- ; 8=Gray, 9=Light blue, 10=Light green, 11=Light Cyan,
- ; 12=Light red, 14=Yellow, 15=Bright white
- ; Palette = The number of the pallette to use. If this is not specified KALED
- ; will use the palette stored in the figure file. The palette
- ; numbers are 0=(Bkgrnd,Green,Red,Brown) and 1=(Bkgrnd,Cyan,Magenta,
- ; White)
-
- ; The "/" is important as KALED uses it as a delimeter.
-
- ; A semicolon may be used on a script line to cause KALED to ignore the rest of
- ;the line. This allows you to put comments in your script. Note: The
- ;semicolon must be in the first column if you are using the whole line as
- ;comments.
-
- ; Blank lines can also be embeded in the file. Make sure these lines contain
- ;no characters other than a <CR>.
-
- ; These figures will use all the defaults.
- DEMO01.FIG
- DEMO22.FIG
- DEMO13.FIG
- DEMO12.FIG
-
- ; But in these I'm mixing it up a little.
- DEMO01.FIG//0/0 ;Duration=default/Bkgrnd=0/Palette=0
- DEMO22.FIG/180 ;Duration=180/Bkgrnd=default/Palette=default
- DEMO13.FIG//0/1
- DEMO12.FIG/120/0/1
-
- DEMO16.FIG
- DEMO20.FIG
-
- ; Typing a "Q" while a figure is running will stop the script, otherwise the
- ;script will loop endlessly. Typing any other key while a figure is running
- ;will stop current figure and get the next.
-